1.在storyboard中放置一个 table view cell,设置好identifier和content view的tag。
2.实现 tableView:viewForHeaderInSection 方法:
1 | override func tableView(tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? { |
3.实现 tableView:heightForHeaderInSection 方法